net/http.http2serverConn.countError (method)
31 uses
net/http (current package)
h2_bundle.go#L5382: return sc.countError("first_settings", http2ConnectionError(http2ErrCodeProtocol))
h2_bundle.go#L5395: return sc.countError("data_flow", http2streamError(f.Header().StreamID, http2ErrCodeFlowControl))
h2_bundle.go#L5422: return sc.countError("push_promise", http2ConnectionError(http2ErrCodeProtocol))
h2_bundle.go#L5442: return sc.countError("ping_on_stream", http2ConnectionError(http2ErrCodeProtocol))
h2_bundle.go#L5458: return sc.countError("stream_idle", http2ConnectionError(http2ErrCodeProtocol))
h2_bundle.go#L5469: return sc.countError("bad_flow", http2streamError(f.StreamID, http2ErrCodeFlowControl))
h2_bundle.go#L5490: return sc.countError("reset_idle_stream", http2ConnectionError(http2ErrCodeProtocol))
h2_bundle.go#L5554: return sc.countError("ack_mystery", http2ConnectionError(http2ErrCodeProtocol))
h2_bundle.go#L5562: return sc.countError("settings_big_or_dups", http2ConnectionError(http2ErrCodeProtocol))
h2_bundle.go#L5628: return sc.countError("setting_win_size", http2ConnectionError(http2ErrCodeFlowControl))
h2_bundle.go#L5651: return sc.countError("data_on_idle", http2ConnectionError(http2ErrCodeProtocol))
h2_bundle.go#L5668: return sc.countError("data_flow", http2streamError(id, http2ErrCodeFlowControl))
h2_bundle.go#L5676: return sc.countError("closed", http2streamError(id, http2ErrCodeStreamClosed))
h2_bundle.go#L5685: return sc.countError("data_flow", http2streamError(id, http2ErrCodeFlowControl))
h2_bundle.go#L5693: return sc.countError("send_too_much", http2streamError(id, http2ErrCodeProtocol))
h2_bundle.go#L5698: return sc.countError("flow_on_data_length", http2streamError(id, http2ErrCodeFlowControl))
h2_bundle.go#L5806: return sc.countError("headers_even", http2ConnectionError(http2ErrCodeProtocol))
h2_bundle.go#L5823: return sc.countError("headers_half_closed", http2streamError(id, http2ErrCodeStreamClosed))
h2_bundle.go#L5834: return sc.countError("stream_went_down", http2ConnectionError(http2ErrCodeProtocol))
h2_bundle.go#L5851: return sc.countError("over_max_streams", http2streamError(id, http2ErrCodeProtocol))
h2_bundle.go#L5858: return sc.countError("over_max_streams_race", http2streamError(id, http2ErrCodeRefusedStream))
h2_bundle.go#L5936: return sc.countError("dup_trailers", http2ConnectionError(http2ErrCodeProtocol))
h2_bundle.go#L5940: return sc.countError("trailers_not_ended", http2streamError(st.id, http2ErrCodeProtocol))
h2_bundle.go#L5944: return sc.countError("trailers_pseudo", http2streamError(st.id, http2ErrCodeProtocol))
h2_bundle.go#L5953: return sc.countError("trailers_bogus", http2streamError(st.id, http2ErrCodeProtocol))
h2_bundle.go#L5968: return sc.countError("priority", http2streamError(streamID, http2ErrCodeProtocol))
h2_bundle.go#L6030: return nil, nil, sc.countError("bad_connect", http2streamError(f.StreamID, http2ErrCodeProtocol))
h2_bundle.go#L6043: return nil, nil, sc.countError("bad_path_method", http2streamError(f.StreamID, http2ErrCodeProtocol))
h2_bundle.go#L6127: return nil, nil, sc.countError("bad_path", http2streamError(st.id, http2ErrCodeProtocol))
h2_bundle.go#L6187: return sc.countError("too_many_early_resets", http2ConnectionError(http2ErrCodeEnhanceYourCalm))
h2_bundle.go#L7135: func (sc *http2serverConn) countError(name string, err error) error {
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |